(unrmail): Fix conversion of BABYL attributes into Rmail-mbox attributes.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Jan 2009 18:30:52 +0000 (18:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Jan 2009 18:30:52 +0000 (18:30 +0000)
lisp/mail/unrmail.el

index a6ec4bffc4d1411acdc27ddcee3e18905aa1578b..95ff727f0772df905f42e5115f6616c8de62cd2b 100644 (file)
@@ -145,9 +145,10 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
                   (if (string-match ", deleted," label-line) ?D ?-)
                   (if (string-match ", edited," label-line) ?E ?-)
                   (if (string-match ", filed," label-line) ?F ?-)
-                  (if (string-match ", resent," label-line) ?R ?-)
-                  (if (string-match ", unseen," label-line) ?\  ?-)
-                  (if (string-match ", stored," label-line) ?S ?-)))
+                  (if (string-match ", retried," label-line) ?R ?-)
+                  (if (string-match ", forwarded," label-line) ?S ?-)
+                  (if (string-match ", unseen," label-line) ?U ?-)
+                  (if (string-match ", resent," label-line) ?r ?-)))
 
            ;; Delete the special Babyl lines at the start,
            ;; and the ***EOOH*** line, and the reformatted header if any.